/**
 * css reset style
 */

body,
blockquote,
dd,
dl,
figure,
form,
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    margin: 0;
    padding: 0;
}

a { 
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


img {
    vertical-align: middle;
    border: none;
}

i,
em {
    font-style: normal;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


body {
    font-size: 13px;
    line-height: 1.428571429;
    min-width: 1100px;
    font-family: "Microsoft Yahei", sans-serif;
}

.fl{
    float:left;
}
.fr{
    float:right;
}
.clear:before {
    content: " ";
    display: table;
}

.clear:after {
    content: " ";
    display: table;
    clear: both;
}
.clear{
    *zoom:1;
}